home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Free CSS Toolbox 1.1 / csstool.exe / {app} / cssdefs / CSS Level 1.ini < prev    next >
INI File  |  2007-06-03  |  6KB  |  330 lines

  1. [%info]
  2. CSS Level 1
  3. Reference: http://www.w3.org/TR/REC-CSS1
  4.  
  5. [%groups]
  6. colors=Colors and Backgrounds
  7. borders=Borders
  8. fonts=Font
  9. text=Text
  10. visual=Visual
  11.  
  12. [%properties]
  13. background
  14. background-attachment
  15. background-color
  16. background-image
  17. background-position
  18. background-repeat
  19. border
  20. border-bottom
  21. border-bottom-width
  22. border-color
  23. border-left
  24. border-left-width
  25. border-right
  26. border-right-width
  27. border-style
  28. border-top
  29. border-top-width
  30. border-width
  31. clear
  32. color
  33. display
  34. float
  35. font
  36. font-family
  37. font-size
  38. font-style
  39. font-variant
  40. font-weight
  41. height
  42. letter-spacing
  43. line-height
  44. list-style
  45. list-style-image
  46. list-style-position
  47. list-style-type
  48. margin
  49. margin-bottom
  50. margin-left
  51. margin-right
  52. margin-top
  53. padding
  54. padding-bottom
  55. padding-left
  56. padding-right
  57. padding-top
  58. text-align
  59. text-decoration
  60. text-indent
  61. text-transform
  62. vertical-align
  63. white-space
  64. width
  65. word-spacing
  66.  
  67. [%units]
  68. <length>=px|em|ex|pt|in|pc|mm|cm
  69.  
  70. [%types]
  71. <border-style>=none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset
  72. <border-width>=<length>|thin|medium|thick
  73. <absolute-size>=xx-small|x-small|small|medium|large|x-large|xx-large
  74. <relative-size>=larger|smaller
  75. <generic-family>=serif|sans-serif|cursive|fantasy|monospace
  76.  
  77.  
  78. [background]
  79. group=colors
  80. value=<mixed>
  81. sub1=background-color,<color>|transparent
  82. sub2=background-image,<imageurl>|none
  83. sub3=background-repeat,repeat|repeat-x|repeat-y|no-repeat
  84. sub4=background-attachment,scroll|fixed
  85. sub5=background-position,<percentage>|<length>|top|center|bottom|left|right
  86.  
  87. [background-attachment]
  88. group=colors
  89. value=scroll|fixed
  90.  
  91. [background-color]
  92. group=colors
  93. value=<color>|transparent
  94.  
  95. [background-image]
  96. group=colors
  97. value=<imageurl>|none
  98.  
  99. [background-position]
  100. group=colors
  101. value=<percentage>|<length>|top|center|bottom|left|right
  102.  
  103. [background-repeat]
  104. group=colors
  105. value=repeat|repeat-x|repeat-y|no-repeat
  106.  
  107. [border]
  108. group=borders
  109. value=<mixed>
  110. sub1=width,<border-width>
  111. sub2=style,<border-style>
  112. sub3=color,<color>
  113.  
  114. [border-bottom]
  115. group=borders
  116. value=<mixed>
  117. sub1=width,<border-width>
  118. sub2=style,<border-style>
  119. sub3=color,<color>
  120.  
  121. [border-bottom-width]
  122. group=borders
  123. value=<border-width>
  124.  
  125. [border-color]
  126. group=borders
  127. value=<mixed>|<color>
  128. sub1=border-top-color,<color>
  129. sub2=border-right-color,<color>
  130. sub3=border-bottom-color,<color>
  131. sub4=border-left-color,<color>
  132.  
  133. [border-left]
  134. group=borders
  135. value=<mixed>
  136. sub1=width,<border-width>
  137. sub2=style,<border-style>
  138. sub3=color,<color>
  139.  
  140. [border-left-width]
  141. group=borders
  142. value=<border-width>
  143.  
  144. [border-right]
  145. group=borders
  146. value=<mixed>
  147. sub1=width,<border-width>
  148. sub2=style,<border-style>
  149. sub3=color,<color>
  150.  
  151. [border-right-width]
  152. group=borders
  153. value=<border-width>
  154.  
  155. [border-style]
  156. group=borders
  157. value=<border-style>
  158.  
  159. [border-top]
  160. group=borders
  161. value=<mixed>
  162. sub1=width,<border-width>
  163. sub2=style,<border-style>
  164. sub3=color,<color>
  165.  
  166. [border-top-width]
  167. group=borders
  168. value=<border-width>
  169.  
  170. [border-width]
  171. group=borders
  172. value=<mixed>|<border-width>
  173. sub1=border-top-width,<border-width>
  174. sub2=border-right-width,<border-width>
  175. sub3=border-bottom-width,<border-width>
  176. sub4=border-left-width,<border-width>
  177.  
  178. [clear]
  179. group=borders
  180. value=none|left|right|both
  181.  
  182. [color]
  183. group=colors
  184. value=<color>
  185.  
  186. [display]
  187. group=visual
  188. value=block|inline|list-item|none
  189.  
  190. [float]
  191. group=borders
  192. value=left|right|none
  193.  
  194. [font]
  195. group=fonts
  196. value=<mixed>
  197. sub1=font-style,normal|italic|oblique
  198. sub2=font-variant,normal|small-caps
  199. sub3=font-weight,normal|bolder|bold|lighter|100|200|300|400|500|600|700|800|900
  200. sub4=font-size,<length>|<percentage>|<relative-size>|<absolute-size>
  201. sub5=line-height,<percentage>|<length>|<number>|normal
  202. sub6=font-family,<font>
  203.  
  204. [font-family]
  205. group=fonts
  206. value=<font>
  207.  
  208. [font-size]
  209. group=fonts
  210. value=<length>|<percentage>|<relative-size>|<absolute-size>
  211.  
  212. [font-style]
  213. group=fonts
  214. value=normal|italic|oblique
  215.  
  216. [font-variant]
  217. group=fonts
  218. value=normal|small-caps
  219.  
  220. [font-weight]
  221. group=fonts
  222. value=normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  223.  
  224. [height]
  225. group=borders
  226. value=<length>|auto
  227.  
  228. [letter-spacing]
  229. group=text
  230. value=<length>|normal
  231.  
  232. [line-height]
  233. group=text
  234. value=<percentage>|<length>|normal
  235.  
  236. [list-style]
  237. group=visual
  238. value=<mixed>
  239. sub1=list-style-type,disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
  240. sub2=list-style-position,inside|outside
  241. sub3=list-style-image,<imageurl>|none
  242.  
  243. [list-style-image]
  244. group=visual
  245. value=<imageurl>|none
  246.  
  247. [list-style-position]
  248. group=visual
  249. value=inside|outside
  250.  
  251. [list-style-type]
  252. group=visual
  253. value=disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
  254.  
  255. [margin]
  256. group=borders
  257. value=<mixed>|<percentage>|<length>|auto
  258. sub1=margin-top,<percentage>|<length>|auto
  259. sub2=margin-right,<percentage>|<length>|auto
  260. sub3=margin-bottom,<percentage>|<length>|auto
  261. sub4=margin-left,<percentage>|<length>|auto
  262.  
  263. [margin-bottom]
  264. group=borders
  265. value=<percentage>|<length>|auto
  266.  
  267. [margin-left]
  268. group=borders
  269. value=<percentage>|<length>|auto
  270.  
  271. [margin-right]
  272. group=borders
  273. value=<percentage>|<length>|auto
  274.  
  275. [margin-top]
  276. group=borders
  277. value=<percentage>|<length>|auto
  278.  
  279. [padding]
  280. group=borders
  281. value=<mixed>|<percentage>|<length>
  282.  
  283. [padding-bottom]
  284. group=borders
  285. value=<percentage>|<length>
  286.  
  287. [padding-left]
  288. group=borders
  289. value=<percentage>|<length>
  290.  
  291. [padding-right]
  292. group=borders
  293. value=<percentage>|<length>
  294.  
  295. [padding-top]
  296. group=borders
  297. value=<percentage>|<length>
  298.  
  299. [text-align]
  300. group=text
  301. value=left|right|center|justify
  302.  
  303. [text-decoration]
  304. group=text
  305. value=none|underline|overline|line-through|blink
  306.  
  307. [text-indent]
  308. group=text
  309. value=<percentage>|<length>
  310.  
  311. [text-transform]
  312. group=text
  313. value=capitalize|uppercase|lowercase|none
  314.  
  315. [vertical-align]
  316. group=text
  317. value=<percentage>|baseline|sub|super|top|text-top|middle|bottom|text-bottom
  318.  
  319. [white-space]
  320. group=text
  321. value=normal|pre|nowrap
  322.  
  323. [width]
  324. group=borders
  325. value=<percentage>|<length>|auto
  326.  
  327. [word-spacing]
  328. group=text
  329. value=<length>|normal
  330.